home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / ew_v22.arc / EWSET.DOC < prev    next >
Text File  |  1990-07-09  |  10KB  |  291 lines

  1.  
  2.         ===================================================================
  3.         EWSET.EXE - ELSEWARE SETUP PROGRAM
  4.         ===================================================================
  5.  
  6.         Version 2.1 used command line parameters at start-up.
  7.  
  8.         Version 2.2 has more features and includes an industry standard
  9.         SETUP PROGRAM which enables you to change the default parameters
  10.         easily.
  11.  
  12.         The SETUP PROGRAM is called EWSET.EXE. To execute the program
  13.         just change to the sub-directory where you deposited the ELSEWARE
  14.         programs and enter 'EWSET'.
  15.  
  16.         You will see a screen with CATEGORIES listed on the left and all
  17.         the options that belong to the CATEGORY displayed on the right.
  18.  
  19.         Use PGUP or PGDN to change the current CATEGORY.
  20.  
  21.         Use the ARROW KEYS to move from field to field within each CATEGORY.
  22.  
  23.         A HELP box below right will always contain an explanation of the
  24.         current field and some words about what to enter.
  25.  
  26.         SAVE your changes with ESC. You will need to VERIFY the SAVE by
  27.         pressing 'Y' when asked if you wish to 'SAVE TO DISK?'.
  28.  
  29.         All parameters are written to a BINARY file called EW.SET. This
  30.         file is used by both HOST and REMOTE programs.
  31.  
  32.         The EWSET SETUP program is identical for both HOST and REMOTE. Some
  33.         parameters only apply to one or the other but most apply to BOTH.
  34.  
  35.         If the EW.SET file ever becomes corrupted or you simply want to
  36.         reset to the DEFAULTS then just DELETE the EW.SET file and run
  37.         EWSET.EXE. You will be asked if you want to create a NEW EW.SET
  38.         file. Respond with 'Y'ES and a new one will be created.
  39.  
  40.         If you run EWSET while either the EWH or EWR TSR is loaded then you
  41.         will also be asked on exit if you want to 'Update the TSR running on
  42.         this PC?'. This will send SOME of the new defaults directly to the
  43.         TSR so you don't need to load/unload.
  44.  
  45.         NOTE: The only parameters which will NOT take effect immediately if
  46.               you elect to update the TSR running are those that deal with
  47.               the COM PORT ( BAUD RATE, etc ) and those that deal with
  48.               SECURITY ( PASSWORD, etc. ). These parameters cannot be
  49.               changed on the fly. You have to UNLOAD the TSR currently
  50.               running with 'EWH T' or 'EWR T' and then reload with 'EWHOST'
  51.               or 'EWREM' to be sure ALL parameter changes are now in effect.
  52.  
  53.               This option was intended to make it easy to turn 'send
  54.               attributes?' ON/OFF without unloading the TSR. Critical
  55.               parameters can only be updated by re-loading the TSR.
  56.  
  57.         A list of ALL parameters in EWSET follows along with a BRIEF
  58.         description of each.
  59.  
  60.         EWSET.EXE CATEGORY 1 - GENERAL DEFAULTS
  61.  
  62.         - Software interrupt(Decimal):
  63.  
  64.           Enter the DECIMAL value of the software interrupt.
  65.  
  66.           Valid entries are interrupts 96 <thru> 103 DECIMAL.
  67.           The default should be fine on most PC's.
  68.  
  69.           ** NOTE: HELP SCREEN ERROR > The 'Help' box for this
  70.                    field says the interrupt numbers are 60 thru
  71.                    67. That's TRUE but these are the HEX values!
  72.                    Enter the DECIMAL VALUE (96-103) of the desired
  73.                    interrupt! ( 96 DECIMAL = 60 HEX, etc... ).
  74.  
  75.         - Communications port # (1,2):
  76.  
  77.           Enter the number of the COMMUNICATIONS PORT to use.
  78.           Enter 1 for COM1 or 2 for COM2.
  79.  
  80.         - Baud rate........(300-9600):
  81.  
  82.           Enter the BAUD RATE ( 300-9600 ).
  83.  
  84.         - Send video attributes?.....:
  85.  
  86.           Press <Y>es to include attributes in update msgs.
  87.           Press <N>o  to exchange only TEXT characters.
  88.           TEXT ONLY provides FASTER SCREEN UPDATES.
  89.  
  90.           ELSEWARE will NOT transmit GRAPHICS screens!
  91.           Future release(s) may include this capability.
  92.  
  93.         - Use alternate video buffer?:
  94.  
  95.           Press <Y>es to use a non-standard video buffer address
  96.           Press <N>o  to use normal DOS video buffer address(es)
  97.           NOTE:If active then HOST will SEND from alternate buffer.
  98.  
  99.           This COULD allow the program to be used as a poor man's
  100.           network with certain TASK SWITCHING programs or DOS KERNELS
  101.           but you'll have to find out where they're putting the SCREENS!
  102.  
  103.         - Address of alternate buffer:
  104.  
  105.           Enter DECIMAL VALUE of video buffer SEGMENT ADDRESS.
  106.           This would be something OTHER than B000 or B800 which are
  107.           the standard PC video buffer addresses for Monochrome and
  108.           CGA/EGA respectively. Remember to enter the DECIMAL VALUE!
  109.  
  110.  
  111.         EWSET.EXE CATEGORY 2 - SECURITY OPTIONS
  112.  
  113.         NOTE: If the SECURITY option is to be used then it must be
  114.               set ON for BOTH HOST and REMOTE. You won't be able to
  115.               get in if it's set on one and not the other. The PASSWORDS
  116.               must MATCH, of course, or you'll get 'PASSWORD REJECTED'.
  117.  
  118.         Use security? :
  119.  
  120.         Press <Y>es to use SECURITY or <N>o for NONE.
  121.  
  122.         Password      :
  123.  
  124.         Enter system access password. Must match on both HOST and REMOTE.
  125.  
  126.         The PASSWORD EXCHANGE takes place each time you press the
  127.         REMOTE ACCESS HOTKEY SEQUENCE to request a session with the HOST.
  128.  
  129.         This prevents anyone from 'sneaking on' due to LOST CARRIER like
  130.         you can with some of the commercial remote access programs.
  131.  
  132.  
  133.         EWSET.EXE CATEGORY 3 - REMOTE OPTIONS
  134.  
  135.         - Polling pause :
  136.  
  137.           Enter the number of TIMER TICKS to wait before polling the HOST
  138.           program for a session update. A TIMER TICK is is 1/18 of 1 second.
  139.           18 ticks = 1 second. Minimum = 3.
  140.  
  141.           The REMOTE program uses a POLLING scheme to request video updates
  142.           from the HOST computer being accessed. The value specified here is
  143.           the number of timer ticks to wait bewtween POLL attempts.
  144.  
  145.           PC's generate a clock interrupt approximately 18.2 times a second
  146.           and one of these interrupts is known as a 'timer tick'.
  147.  
  148.           If the value specified is '18' then the REMOTE program will pause
  149.           approximately 1 second before re-polling the HOST computer for
  150.           another video update.
  151.  
  152.           Never set the polling pause to anything faster than about 3 timer
  153.           ticks or the HOST may become so busy sending you screen updates
  154.           that it won't be able to process the last command in a timely way.
  155.  
  156.           This POLL PAUSE is intended to allow slower systems some breathing
  157.           room. A FAST HOST PC can handle short pause values.
  158.  
  159.           A value of 9 timer ticks should provide good performance on all
  160.           types of PC's.
  161.  
  162.           You may also adjust this value to whatever you need to access
  163.           systems where interrupt activity is higher than normal.
  164.  
  165.           I use this feature quite often to support voice response systems
  166.           which need more processor time than any commercial remote software
  167.           can provide.
  168.  
  169.         - Popup key  ALT-
  170.  
  171.           Press the key to use with ALT to ENTER the REMOTE HOST session.
  172.           Your choices are limited to CAPITAL LETTERS A-Z ONLY! Press the
  173.           letter of your choice.
  174.  
  175.         - Exit  key  ALT-
  176.  
  177.           Press the key to use with ALT to RETURN to the LOCAL DOS session.
  178.           Your choices are limited to CAPITAL LETTERS A-Z ONLY! Press the
  179.           letter of your choice.
  180.  
  181.         - Mode indicator:
  182.  
  183.           The MODE INDICATOR is the small highlighted block which will
  184.           appear to indicate LOCAL or REMOTE mode.
  185.           Press <Y>es to show it or <N>o to exclude it.
  186.  
  187.  
  188.         EWSET CATEGORY 4 - TRANSFER OPTIONS
  189.  
  190.         NOTE: These options only apply to registered users who have the
  191.               ELSEWARE file transfer programs.
  192.  
  193.         - Transfer display box ROW...:
  194.  
  195.           Enter the ROW (1-9) to use for the top left corner of
  196.           the transfer display window. Max value is row 9.
  197.  
  198.         - Wait for filename RCVD OK..:
  199.  
  200.           When SENDING FILES... the filename is SENT to the
  201.           receiver before transfer starts. Enter the number
  202.           of SECONDS to wait for ACKNOWLEDGEMENT of filename.
  203.  
  204.         - Retry filename on SEND.....:
  205.  
  206.           When SENDING FILES... the filename is SENT to the
  207.           receiver before transfer starts. Enter the number
  208.           of TIMES to RE-SEND FILENAME before giving up.
  209.  
  210.         - Wait for filename on RECV..:
  211.  
  212.           When RECEIVING FILES the filename must arrive before
  213.           transfer can begin. Enter the number of SECONDS to
  214.           wait for filename before giving up. Min = 10 secs.
  215.  
  216.         - Wait for SOH bewtween files:
  217.  
  218.           When RECEIVING FILES with XMODEM we must receive SOH
  219.           character before transfer can begin. Enter the number
  220.           of seconds to wait before giving up. Min = 1 sec.
  221.  
  222.         - Fixed loop timeout on XCHNG:
  223.  
  224.           Transfer routines use fixed counters for timeouts.
  225.           INCREASE this value if you get transfer errors.
  226.           Min=1000  Max=500000. 386PC should be at least 20000.
  227.  
  228.         - Log all SENDS to XMSEND.LOG:
  229.  
  230.           Press 'Y' to log all SEND transactions to a special
  231.           LOG file called XMSEND.LOG.
  232.  
  233.         - Log all RECVS to XMRECV.LOG:
  234.  
  235.           Press 'Y' to log all RECEIVE transactions to a
  236.           special LOG file called XMRECV.LOG.
  237.  
  238.         - Default PATH for log files.:
  239.  
  240.           Enter the default PATHNAME to use for LOG FILES.
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.